home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9802 / 000019_owner-linux-arm…r.rutgers.edu _Fri Feb 20 09:46:49 1998.msg < prev    next >
Internet Message Format  |  1998-04-07  |  3KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id JAA09178
  4.     for <willy@odie.fluff.org>; Fri, 20 Feb 1998 09:46:48 GMT
  5. Received: from vger.rutgers.edu ([128.6.190.2]:22386 "EHLO vger.rutgers.edu" ident: "root") by nic.funet.fi with ESMTP id <6490-673>; Fri, 20 Feb 1998 11:42:14 +0200
  6. Received: by vger.rutgers.edu id <970925-28533>; Fri, 20 Feb 1998 04:37:38 -0500
  7. Received: from court4.ncl.ac.uk ([128.240.188.4]:2136 "EHLO court4.ncl.ac.uk" ident: "armlinux") by vger.rutgers.edu with ESMTP id <970924-28533>; Fri, 20 Feb 1998 04:36:40 -0500
  8. Received: from localhost (armlinux@localhost)
  9.     by court4.ncl.ac.uk (8.8.7/8.8.7) with SMTP id JAA00985;
  10.     Fri, 20 Feb 1998 09:39:13 GMT
  11. Date:     Fri, 20 Feb 1998 09:39:02 +0000 (GMT)
  12. From: "A.S.MCGough" <armlinux@court4.ncl.ac.uk>
  13. To: Ulrich Schwanecke <schwanecke@mathematik.tu-darmstadt.de>
  14. cc: linux-arm@vger.rutgers.edu
  15. Subject: Re: Linux CD's
  16. In-Reply-To: <199802200742.AA170510539@fb0439.mathematik.tu-darmstadt.de>
  17. Message-ID: <Pine.LNX.3.96.980220092937.977A-100000@court4.ncl.ac.uk>
  18. MIME-Version: 1.0
  19. Content-Type: TEXT/PLAIN; charset=US-ASCII
  20. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  21. Sender: owner-linux-arm@vger.rutgers.edu
  22. Precedence: bulk
  23. X-Loop: majordomo@vger.rutgers.edu
  24. Status: RO
  25.  
  26.  
  27.  
  28. On Fri, 20 Feb 1998, Ulrich Schwanecke wrote:
  29.  
  30. > On Thu, 19 Feb 1998, Robert Bergs wrote 
  31. > > Thanks to all who replied to my partion problem.
  32. > > I now have another!
  33. > > Fed up with not being able to mount ADFS, I thought I could install direct
  34. > > from CD :)
  35. > > I FTP'd everything, put it in a directory called RedHat, and burnt it into
  36. > > a CD. Problems :-
  37. > >
  38. > > a ) ISO 9660 only supports 8.3 filenames - so all filenames get truncated.
  39. > > b ) CD filenames are converted into Upper case - meaning that RedHat
  40. > >     cannot find the files - or even the RedHat directory, as it's called
  41. > >     REDHAT!
  42. > >
  43. > > Surely there is an easy way around this ?
  44. > >
  45. > > Cheers, Rob (reb197@soton.ac.uk)
  46. > I have the same problem, so what is the solution?
  47. > Thank you Uli (schwanecke@mathematik.tu-darmstadt.de)
  48. > unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu
  49.  
  50. I used mkisofs under unix to create an iso9660 image with RockRidge
  51. extensions, this gives two sets of file names on the CD. The normal Dosy
  52. 8+3 which is read under dos/win/RiscOs and the RockRidge, full names, that
  53. should be read when used under linux/unix.
  54.  
  55. The command line options I use are 
  56.  
  57. mkisofs -a -d -D -L -o cdimage.iso -r -v <directory to use for cd>
  58.  
  59. Other options may help such as 
  60. -l - allow 32 character file names rather than 8+3 (still only upper case)
  61. -P , -p -A, -V - specify disk names.
  62.  
  63. cheers.
  64.  
  65. steve..
  66.  
  67. unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu